GXGetJobCollection
You can use theGXGetJobCollection
function to obtain the job collection object associated with a particular job object.
Collection GXGetJobCollection (gxJob aJob);
aJob
- A reference to the job object whose collection object you want to obtain.
- function result
- A reference to a collection object.
DESCRIPTION
After you call theGXGetJobCollection
function to obtain a job collection object, you must call theGXGetJobError
function to obtain errors. It is important that you resolve errors immediately because the Collection Manager cannot work with anil
collection object.RESULT CODES
gxSegmentLoadFailedErr A required code segment could not be found, or there was not enough memory to load it. SEE ALSO
Listing 3-3 on page 3-28 shows how to use theGXGetJobCollection
function to obtain the collection object associated with a particular job object.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help